Skip to main content

Build Server How To's

How to's for the Build Server guide.

How To Run The Build Server Command

  1. Open a project that includes flow or script content.
  2. Go to the Run tab in the top menu.
  3. Click on Build Server.
  4. Wait for the process to complete.
  5. Review results in the Output Panel.

How To Fix Server Build Errors

  1. Run Build Server.
  2. Open the Output Panel to see detailed error logs.
  3. Locate:
    Invalid script syntax
    Incorrect flow references
    Missing assignments or steps
  4. Navigate to the relevant workflow or script.
  5. Apply corrections and rebuild.

How To Validate Only Flows Without Building The UI

  1. Skip the Build Project or Build Client options.
  2. Open a project containing flows or scripts.
  3. Use Run > Build Server.
  4. This will validate backend logic only, saving time during testing.

How To Enable The Build Server Option If Disabled

  1. Make sure a project is open in the IDE.
  2. Verify that the project contains flow or script content.
  3. Confirm you have permission to modify workflows.
  4. Wait until any background process (e.g., publish) is complete.

How To Use The Output Panel For Server Build Issues

  1. After starting a server build, focus on the Output Panel.
  2. Errors will show exact line numbers and flow/script names.
  3. Warnings will suggest corrections or missing links.
  4. Use click-to-navigate support to jump directly to the source.